iconhelper: Don't include gtk.h
authorBenjamin Otte <otte@redhat.com>
Sat, 21 Nov 2015 16:38:48 +0000 (17:38 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 25 Nov 2015 15:32:39 +0000 (16:32 +0100)
gtk/gtkdnd.c
gtk/gtkiconhelper.c
gtk/gtkiconhelperprivate.h

index ef49b80a796ccbe69bcb2d6b7783eddcfcf89f9c..8761f13c24479ff5fb11160faabcd0246a96daf1 100644 (file)
@@ -45,6 +45,8 @@
 
 #include "gtkdnd.h"
 #include "gtkdndprivate.h"
+#include "gtkgesturedrag.h"
+#include "gtkgesturesingle.h"
 #include "gtkiconhelperprivate.h"
 #include "gtkicontheme.h"
 #include "gtkmain.h"
@@ -52,7 +54,9 @@
 #include "gtktooltipprivate.h"
 #include "gtkwindow.h"
 #include "gtkintl.h"
+#include "gtkrender.h"
 #include "gtkselectionprivate.h"
+#include "gtkwindowgroup.h"
 #include "gtkwindowprivate.h"
 
 
index c1c269909506216599afc2ae9f25aa54e6c2f670..16c541faf6d8465f6a99eb36414b56aad9395a48 100644 (file)
@@ -25,7 +25,9 @@
 
 #include "gtkcssenumvalueprivate.h"
 #include "gtkiconhelperprivate.h"
+#include "gtkrender.h"
 #include "gtkstylecontextprivate.h"
+#include "deprecated/gtkstock.h"
 
 struct _GtkIconHelperPrivate {
   GtkImageType storage_type;
index b4b2416f81a3de851fbaeb56a5a7094532eb1b51..7e01d7882ae616776ed26d9733991215fd2f5aa3 100644 (file)
@@ -20,9 +20,8 @@
 #ifndef __GTK_ICON_HELPER_H__
 #define __GTK_ICON_HELPER_H__
 
-#include <glib-object.h>
-
-#include <gtk/gtk.h>
+#include "gtk/gtkimage.h"
+#include "gtk/gtktypes.h"
 
 G_BEGIN_DECLS